home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000080_news@columbia.edu_Thu Oct 12 17:45:02 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA20364
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 12 Oct 1995 13:45:48 -0400
  3. Received: by apakabar.cc.columbia.edu id AA07659
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 12 Oct 1995 13:45:14 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: "CLEAN" Telnet
  9. Date: 12 Oct 1995 17:45:02 GMT
  10. Organization: Columbia University
  11. Lines: 20
  12. Message-Id: <45jk6u$7e4@apakabar.cc.columbia.edu>
  13. References: <rburgess.87.307C1695@physiology.uwo.ca>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <rburgess.87.307C1695@physiology.uwo.ca>,
  18. Ron Burgess <rburgess@physiology.uwo.ca> wrote:
  19. : I need to capture the clean text from several screens using Kermit.  If
  20. : I connect to our VAX/VMS host and log the session to a redirected
  21. : printer file, everything works.  If I connect to a Unix host I get all
  22. : the ANSI escape codes embedded in the file NO MATTER WHAT I DO.  If I
  23. : connect to the Unix host with the terminal type set to none, the screen
  24. : displays all the codes that end up in the file. I know absolutely
  25. : nothing about Unix, but it seems to me that the Unix host is defaulting
  26. : to one particular terminal type and sending the codes for it .  Is there
  27. : anything I can do to remedy this ???
  28. Lots of things.  Start by consulting the Kermit FAQ at:
  29.  
  30.   http://www.columbia.edu/kermit/faq.html
  31.   ftp://kermit.columbia.edu/kermit/faq.txt
  32.  
  33. This question is discussed in item 19.
  34.  
  35. - Frank